#!/bin/bash

echo -e "Running hydrophilic the case--------------------------------------------------"
cd ./hydrophilic
./init

./run

cd ..

echo -e "Running hydrophobic the case--------------------------------------------------"
cd ./hydrophobic
./init

./run

cd ..
